home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / autoexec.zip / AUTOEXEC.DOC next >
Text File  |  1989-04-01  |  4KB  |  103 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                    AUTOEXEC SELECT UTILITY
  7.                             V 2.3
  8. COPYRIGHT 1989
  9. ALL RIGHTS RESERVED
  10. General Elecrtonics
  11. P O Box 79
  12. Lyons, IL 60534
  13. 312-447-2797 voice
  14. 312-447-8175 BBS
  15.  
  16. COPYRIGHT 1989
  17. ALL RIGHTS RESERVED
  18.  
  19.  
  20. The purpose of this program is to allow you to have many AUTOEXEC files
  21. and to be able to use any one of them without the hassle of renaming and
  22. then re-booting the system to use it.  It also allows for un-attended
  23. operation by allowing you 15 seconds to select a file or default to
  24. a specific one if you are not there or want the DEFAULT.
  25.  
  26. The process to use this utility is to create an AUTOEXEC file for each
  27. different function you require.  An example is one that contains LAN
  28. startups, one without LAN's, another with a different PATH, or just about
  29. anything else that requires a different AUTOEXEC at startup.
  30.  
  31. The way this is done is to make up the AUTOEXEC bat files using different
  32. extentions.  You can use anything you want to describe the function it
  33. will perform.  The only restriction is that it can not have an extention
  34. of EXE, COM, or BAT.  The DEFAULT file extention is .ONE
  35. If you do nothing at BOOT time, the system will COPY AUTOEXEC.ONE to
  36. DEFAULT.BAT and then transfer control to DEFAULT.BAT.
  37.  
  38. If you press ANY KEY before the 15 second limit, you will be asked for
  39. the EXTENTION of the AUTOEXEC file you want to use.  For example, if you
  40. wanted to startup without loading the LAN software, you might have the
  41. file named AUTOEXEC.NLN so at the prompt, you would reply  NLN
  42.  
  43. The file is then COPIED to DEFAULT.BAT and then run.  If you specify an
  44. extention that does not exist, the system will just insert a blank line
  45. in DEFAULT.BAT.  The result will be as if you did not have an
  46. AUTOEXEC.BAT file  except that you will not get any prompt for DATE or
  47. TIME.
  48.  
  49. Files used;
  50.  
  51.  AUTOEXEC.BAT
  52.  
  53.     contains;
  54.  
  55.         @ECHO OFF                     optional
  56.         AUTOEXEC.EXE                  this program
  57.         DEFAULT.BAT                   BAT file created by this program
  58.  
  59.  AUTOEXEC.???
  60.  
  61.      contains anything that you want in a startup bat file
  62.      for ease of use, the ??? should indicate its use
  63.      such as NLN for no LAN, TAP for tape backup, etc.
  64.  
  65.  AUTOEXEC.ONE
  66.  
  67.      This file contains the startup file that you want to use as
  68.      a default that will run if you do nothing.
  69.  
  70.  
  71. Now the normal registration pitch.
  72.  
  73. This program is distributed as TRIALWARE.  It is not Public Domain, or
  74. SHAREWARE.
  75.  
  76. TRIALWARE is copyright by General Electronics, and refers to software that
  77. is made available for TRIAL without cost.  After 2 weeks of continued use
  78. registration is REQUIRED.  If it is worth continued use, it is worth the
  79. small fee requested.
  80.  
  81. This is not a real biggie in the way software goes but it did take quite
  82. a bit of time to get it right and it is handy.
  83. If you find it of value and continue to use it, Please register it.
  84. Suggested registration is $5.  Again no biggie.  Suggestions from
  85. registered users will be considered.  Suggestions from non-registered
  86. users will be put in the round file for future reference.....
  87.  
  88. Registered users will get access on a private number into the
  89. RIVERSIDE PREMIUM BBS.  This system consists of 4 nodes with over 500 meg
  90. running PCBoard and using US Robotics HST 9600 baud modems.  It is
  91. available thru the PCPursuits network node ILCHI.
  92.  
  93.  
  94. If you do not feel it is worth the $5, then please delete it and write
  95. one yourself.  See if you can do it for that amount.  Be sure to count
  96. your time as well as the cost of the machine, and compiler.
  97.  
  98. Thanks for your support.
  99.  
  100. Don Marquardt
  101. P O Box 79
  102. Lyons, IL 60534
  103.